home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global k, s60, s150, s40
- if k = 0 then
- set the visible of sprite 20 to 0
- set the visible of sprite 19 to 1
- animate(EMPTY, 19, "a04-601t.bmp", 2, s40, EMPTY)
- animate(EMPTY, 19, "a04-601t.bmp", 2, s40, EMPTY)
- animate(EMPTY, 19, "a04-601t.bmp", 2, s40, EMPTY)
- animate(EMPTY, 19, "a04-601t.bmp", 2, s40, EMPTY)
- animate(EMPTY, 19, "a04-601t.bmp", 2, s40, EMPTY)
- animate(EMPTY, 19, "a04-601t.bmp", 2, s40, EMPTY)
- animate("a04-6hs.wav", 19, "a04-603t.bmp", 2, s60, EMPTY)
- animate(EMPTY, 19, "a04-603t.bmp", -2, s60, EMPTY)
- set the visible of sprite 20 to 1
- set the visible of sprite 19 to 0
- set k to 1
- puppetSprite(20, 0)
- puppetSprite(19, 0)
- end if
- end
-